home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3469 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  655 b 

  1. Path: news.dgsys.com!winchendon
  2. From: eweiss@winchendon.com (Eric Weiss)
  3. Newsgroups: comp.lang.c++
  4. Subject: Large Array in Borland/Turbo C++
  5. Date: Tue, 23 Jan 96 22:41:40 GMT
  6. Organization: The Winchendon Group, Inc
  7. Message-ID: <4e3rd8$q75@news.dgsys.com>
  8. NNTP-Posting-Host: winchendon.com
  9. X-Newsreader: News Xpress Version 1.0 Beta #4
  10.  
  11.  
  12. Is there any easy way to declare and use an array of say 100,000 doubles in 
  13. Borland/Turbo C++?  The problem is that if I use a huge pointer, I lose random 
  14. access to the array.  I know I could use Watcom and it DOS extender, but the 
  15. rest of my program works fine in Borland C++.
  16.  
  17. Thanks.
  18.  
  19. Eric
  20. eweiss@winchendon.com
  21.